home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 69 / Cine Live 69.iso / pc / Data / Interface / e11.k < prev    next >
Encoding:
Text File  |  2003-05-02  |  23.9 KB  |  1,171 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$000002D6,$0000004E,$00000288,$0000039C,$00000000,$FFFFFF96,$00000000,$00000000};
  6.         LayoutWindow is {$000000AB,$00000096,$000002D3,$0000027A,$00000000,$00000009,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         ol129,
  43.         ol139,
  44.         oBouton_Fiche30,
  45.         oBouton_Imprimer31,
  46.         oBouton_Sommaire32,
  47.         oBouton_Photos33,
  48.         oBouton_Vid_o34,
  49.         oFiche_Technique35,
  50.         oTexte_RTF36,
  51.         ovid_o37,
  52.         oglobal38
  53.     ];
  54.     Events is [
  55.         cOffscreenEvent
  56.         with Flags is $00000004; 
  57.             Commands is [
  58.                 cPixelTool_IfSystemCommand
  59.                 with Flags is $00000004; 
  60.                     Commands is [
  61.                         cSwitchURLCommand
  62.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s11m.jpg"; end,
  63.                         cDragCommand
  64.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  65.                         cGrowCommand
  66.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  67.                         cShowCommand
  68.                         with Flags is $00000004; Target is ovid_o37; end,
  69.                         cEnableCommand
  70.                         with Flags is $00000004; Target is ovid_o37; end,
  71.                         cRunCommand
  72.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  73.                     ];
  74.                 end,
  75.                 cPixelTool_IfSystemCommand
  76.                 with Flags is $00000004; SetMode is IsWinTest; 
  77.                     Commands is [
  78.                         cDragCommand
  79.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  80.                         cGrowCommand
  81.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  82.                         cShowCommand
  83.                         with Flags is $00000004; Target is ovid_o37; end,
  84.                         cEnableCommand
  85.                         with Flags is $00000004; Target is ovid_o37; end,
  86.                         cRunCommand
  87.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  88.                     ];
  89.                 end
  90.             ];
  91.         end,
  92.         cKeyboardEvent
  93.         with Flags is $00000004; Test is IsSpace; 
  94.             Commands is [
  95.                 cRunCommand
  96.                 with Flags is $00000004; Target is ovid_o37; Mode is Toggle; end
  97.             ];
  98.         end,
  99.         cKeyboardEvent
  100.         with Value is "+"; 
  101.             Commands is [
  102.                 cSetVolumeCommand
  103.                 with Mode is ExecuteHigher; end
  104.             ];
  105.         end,
  106.         cKeyboardEvent
  107.         with Value is "-"; 
  108.             Commands is [
  109.                 cSetVolumeCommand
  110.                 with Flags is $00000004; Mode is ExecuteLower; end
  111.             ];
  112.         end,
  113.         cKeyboardEvent
  114.         with Value is "m"; 
  115.             Commands is [
  116.                 cRunCommand
  117.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  118.             ];
  119.         end
  120.     ];
  121. end;
  122.  
  123. object oFond2 is cImage
  124. with 
  125.     Name is "Fond"; 
  126.     Enabled is false; Cursor is oEmptyCursor; 
  127.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  128.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  129.     
  130.     URL is "data/Images/s11p.jpg"; URLOption is GetDiskURL; 
  131.     
  132.     
  133.     Events is [
  134.         cOnscreenEvent
  135.         with 
  136.             Commands is [
  137.                 cTokenCommand
  138.                 with TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  139.             ];
  140.         end
  141.     ];
  142. end;
  143.  
  144. object ob13 is cImage
  145. with 
  146.     Name is "b1"; 
  147.     Enabled is false; Shown is false; 
  148.     X is -21; Y is 179; 
  149.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  150.     
  151.     URL is "../Images/BOUTONV2.psd"; 
  152.     Bitmapped is false; Mode is 260; 
  153.     
  154. end;
  155.  
  156. object ob24 is cImage
  157. with 
  158.     Name is "b2"; 
  159.     Enabled is false; Shown is false; 
  160.     X is -21; Y is 200; 
  161.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  162.     
  163.     URL is "../Images/BOUTONV2.psd"; 
  164.     Mode is 260; 
  165.     
  166. end;
  167.  
  168. object ob35 is cImage
  169. with 
  170.     Name is "b3"; 
  171.     Enabled is false; Shown is false; 
  172.     X is -21; Y is 228; 
  173.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  174.     
  175.     URL is "../Images/BOUTONV2.psd"; 
  176.     Mode is 260; 
  177.     
  178. end;
  179.  
  180. object ob46 is cImage
  181. with 
  182.     Name is "b4"; 
  183.     Enabled is false; Shown is false; 
  184.     X is -21; Y is 255; 
  185.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  186.     
  187.     URL is "../Images/BOUTONV2.psd"; 
  188.     Mode is 260; 
  189.     
  190. end;
  191.  
  192. object ob57 is cImage
  193. with 
  194.     Name is "b5"; 
  195.     Enabled is false; Shown is false; 
  196.     X is -21; Y is 275; 
  197.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  198.     
  199.     URL is "../Images/BOUTONV2.psd"; 
  200.     Mode is 260; 
  201.     
  202. end;
  203.  
  204. object ob68 is cImage
  205. with 
  206.     Name is "b6"; 
  207.     Enabled is false; Shown is false; 
  208.     X is -21; Y is 298; 
  209.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  210.     
  211.     URL is "../Images/BOUTONV2.psd"; 
  212.     Mode is 260; 
  213.     
  214. end;
  215.  
  216. object ob79 is cImage
  217. with 
  218.     Name is "b7"; 
  219.     Enabled is false; Shown is false; 
  220.     X is -21; Y is 325; 
  221.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  222.     
  223.     URL is "../Images/BOUTONV2.psd"; 
  224.     Mode is 260; 
  225.     
  226. end;
  227.  
  228. object ob810 is cImage
  229. with 
  230.     Name is "b8"; 
  231.     Enabled is false; Shown is false; 
  232.     X is -21; Y is 358; 
  233.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  234.     
  235.     URL is "../Images/BOUTONV2.psd"; 
  236.     Mode is 260; 
  237.     
  238. end;
  239.  
  240. object ob911 is cImage
  241. with 
  242.     Name is "b9"; 
  243.     Enabled is false; Shown is false; 
  244.     X is -21; Y is 386; 
  245.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  246.     
  247.     URL is "../Images/BOUTONV2.psd"; 
  248.     Mode is 260; 
  249.     
  250. end;
  251.  
  252. object ob1012 is cImage
  253. with 
  254.     Name is "b10"; 
  255.     Enabled is false; Shown is false; 
  256.     X is -21; Y is 414; 
  257.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  258.     
  259.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  260.     Mode is 260; 
  261.     
  262. end;
  263.  
  264. object ob1113 is cImage
  265. with 
  266.     Name is "b11"; 
  267.     Enabled is false; Shown is false; 
  268.     X is -21; Y is 441; 
  269.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  270.     
  271.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  272.     Mode is 260; 
  273.     
  274. end;
  275.  
  276. object ob1214 is cImage
  277. with 
  278.     Name is "b12"; 
  279.     Enabled is false; Shown is false; 
  280.     X is -21; Y is 462; 
  281.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  282.     
  283.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  284.     Mode is 260; 
  285.     
  286. end;
  287.  
  288. object of115 is cBox
  289. with 
  290.     Name is "f1"; 
  291.     Cursor is oFingerCursor; 
  292.     X is -1; Y is 194; 
  293.     Width is 162; Height is 27; 
  294.     
  295.     
  296.     Events is [
  297.         cMouseEnterEvent
  298.         with Flags is $00000004; 
  299.             Commands is [
  300.                 cShowCommand
  301.                 with Flags is $00000004; Target is ob13; end
  302.             ];
  303.         end,
  304.         cMouseLeaveEvent
  305.         with Flags is $00000004; 
  306.             Commands is [
  307.                 cShowCommand
  308.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  309.             ];
  310.         end,
  311.         cMouseUpEvent
  312.         with Flags is $00000004; Flag is true; 
  313.             Commands is [
  314.                 cBrowseCommand
  315.                 with Flags is $00000004; URL is "e1.k"; end
  316.             ];
  317.         end
  318.     ];
  319. end;
  320.  
  321. object of216 is cBox
  322. with 
  323.     Name is "f2"; 
  324.     Cursor is oFingerCursor; 
  325.     Y is 217; 
  326.     Width is 160; Height is 24; 
  327.     
  328.     
  329.     Events is [
  330.         cMouseEnterEvent
  331.         with 
  332.             Commands is [
  333.                 cShowCommand
  334.                 with Target is ob24; end
  335.             ];
  336.         end,
  337.         cMouseLeaveEvent
  338.         with 
  339.             Commands is [
  340.                 cShowCommand
  341.                 with Target is ob24; Mode is Clear; end
  342.             ];
  343.         end,
  344.         cMouseUpEvent
  345.         with Flag is true; 
  346.             Commands is [
  347.                 cBrowseCommand
  348.                 with URL is "e2.k"; end
  349.             ];
  350.         end
  351.     ];
  352. end;
  353.  
  354. object of317 is cBox
  355. with 
  356.     Flags is $00000150; 
  357.     Name is "f3"; 
  358.     Cursor is oFingerCursor; 
  359.     Y is 243; 
  360.     Width is 163; Height is 29; 
  361.     
  362.     
  363.     Events is [
  364.         cMouseEnterEvent
  365.         with Flags is $00000004; 
  366.             Commands is [
  367.                 cShowCommand
  368.                 with Flags is $00000004; Target is ob35; end
  369.             ];
  370.         end,
  371.         cMouseLeaveEvent
  372.         with Flags is $00000004; 
  373.             Commands is [
  374.                 cShowCommand
  375.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  376.             ];
  377.         end,
  378.         cMouseUpEvent
  379.         with Flags is $00000004; Flag is true; 
  380.             Commands is [
  381.                 cBrowseCommand
  382.                 with Flags is $00000004; URL is "e3.k"; end
  383.             ];
  384.         end
  385.     ];
  386. end;
  387.  
  388. object of418 is cBox
  389. with 
  390.     Name is "f4"; 
  391.     Cursor is oFingerCursor; 
  392.     Y is 270; 
  393.     Width is 161; Height is 28; 
  394.     
  395.     
  396.     Events is [
  397.         cMouseEnterEvent
  398.         with 
  399.             Commands is [
  400.                 cShowCommand
  401.                 with Target is ob46; end
  402.             ];
  403.         end,
  404.         cMouseLeaveEvent
  405.         with 
  406.             Commands is [
  407.                 cShowCommand
  408.                 with Target is ob46; Mode is Clear; end
  409.             ];
  410.         end,
  411.         cMouseUpEvent
  412.         with Flag is true; 
  413.             Commands is [
  414.                 cBrowseCommand
  415.                 with URL is "e4.k"; end
  416.             ];
  417.         end
  418.     ];
  419. end;
  420.  
  421. object of519 is cBox
  422. with 
  423.     Name is "f5"; 
  424.     Cursor is oFingerCursor; 
  425.     Y is 292; 
  426.     Width is 162; Height is 26; 
  427.     
  428.     
  429.     Events is [
  430.         cMouseEnterEvent
  431.         with 
  432.             Commands is [
  433.                 cShowCommand
  434.                 with Target is ob57; end
  435.             ];
  436.         end,
  437.         cMouseLeaveEvent
  438.         with 
  439.             Commands is [
  440.                 cShowCommand
  441.                 with Target is ob57; Mode is Clear; end
  442.             ];
  443.         end,
  444.         cMouseUpEvent
  445.         with Flag is true; 
  446.             Commands is [
  447.                 cBrowseCommand
  448.                 with URL is "e5.k"; end
  449.             ];
  450.         end
  451.     ];
  452. end;
  453.  
  454. object of620 is cBox
  455. with 
  456.     Flags is $00000150; 
  457.     Name is "f6"; 
  458.     Cursor is oFingerCursor; 
  459.     Y is 314; 
  460.     Width is 161; Height is 26; 
  461.     
  462.     
  463.     Events is [
  464.         cMouseEnterEvent
  465.         with Flags is $00000004; 
  466.             Commands is [
  467.                 cShowCommand
  468.                 with Flags is $00000004; Target is ob68; end
  469.             ];
  470.         end,
  471.         cMouseLeaveEvent
  472.         with Flags is $00000004; 
  473.             Commands is [
  474.                 cShowCommand
  475.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  476.             ];
  477.         end,
  478.         cMouseUpEvent
  479.         with Flags is $00000004; Flag is true; 
  480.             Commands is [
  481.                 cBrowseCommand
  482.                 with Flags is $00000004; URL is "e6.k"; end
  483.             ];
  484.         end
  485.     ];
  486. end;
  487.  
  488. object of721 is cBox
  489. with 
  490.     Name is "f7"; 
  491.     Cursor is oFingerCursor; 
  492.     X is -1; Y is 340; 
  493.     Width is 163; Height is 28; 
  494.     
  495.     
  496.     Events is [
  497.         cMouseEnterEvent
  498.         with 
  499.             Commands is [
  500.                 cShowCommand
  501.                 with Target is ob79; end
  502.             ];
  503.         end,
  504.         cMouseLeaveEvent
  505.         with 
  506.             Commands is [
  507.                 cShowCommand
  508.                 with Target is ob79; Mode is Clear; end
  509.             ];
  510.         end,
  511.         cMouseUpEvent
  512.         with Flag is true; 
  513.             Commands is [
  514.                 cBrowseCommand
  515.                 with URL is "e7.k"; end
  516.             ];
  517.         end
  518.     ];
  519. end;
  520.  
  521. object of822 is cBox
  522. with 
  523.     Name is "f8"; 
  524.     Cursor is oFingerCursor; 
  525.     Y is 374; 
  526.     Width is 158; Height is 27; 
  527.     
  528.     
  529.     Events is [
  530.         cMouseEnterEvent
  531.         with 
  532.             Commands is [
  533.                 cShowCommand
  534.                 with Target is ob810; end
  535.             ];
  536.         end,
  537.         cMouseLeaveEvent
  538.         with 
  539.             Commands is [
  540.                 cShowCommand
  541.                 with Target is ob810; Mode is Clear; end
  542.             ];
  543.         end,
  544.         cMouseUpEvent
  545.         with Flag is true; 
  546.             Commands is [
  547.                 cBrowseCommand
  548.                 with URL is "e8.k"; end
  549.             ];
  550.         end
  551.     ];
  552. end;
  553.  
  554. object of923 is cBox
  555. with 
  556.     Flags is $00000150; 
  557.     Name is "f9"; 
  558.     Cursor is oFingerCursor; 
  559.     Y is 402; 
  560.     Width is 159; Height is 26; 
  561.     
  562.     
  563.     Events is [
  564.         cMouseEnterEvent
  565.         with Flags is $00000004; 
  566.             Commands is [
  567.                 cShowCommand
  568.                 with Flags is $00000004; Target is ob911; end
  569.             ];
  570.         end,
  571.         cMouseLeaveEvent
  572.         with Flags is $00000004; 
  573.             Commands is [
  574.                 cShowCommand
  575.                 with Flags is $00000004; Target is ob911; Mode is Clear; end
  576.             ];
  577.         end,
  578.         cMouseUpEvent
  579.         with Flags is $00000004; Flag is true; 
  580.             Commands is [
  581.                 cBrowseCommand
  582.                 with Flags is $00000004; URL is "e9.k"; end
  583.             ];
  584.         end
  585.     ];
  586. end;
  587.  
  588. object of1024 is cBox
  589. with 
  590.     Name is "f10"; 
  591.     Cursor is oFingerCursor; 
  592.     X is 1; Y is 424; 
  593.     Width is 160; Height is 37; 
  594.     
  595.     
  596.     Events is [
  597.         cMouseEnterEvent
  598.         with 
  599.             Commands is [
  600.                 cShowCommand
  601.                 with Target is ob1012; end
  602.             ];
  603.         end,
  604.         cMouseLeaveEvent
  605.         with 
  606.             Commands is [
  607.                 cShowCommand
  608.                 with Target is ob1012; Mode is Clear; end
  609.             ];
  610.         end,
  611.         cMouseUpEvent
  612.         with Flag is true; 
  613.             Commands is [
  614.                 cBrowseCommand
  615.                 with URL is "e10.k"; end
  616.             ];
  617.         end
  618.     ];
  619. end;
  620.  
  621. object of1125 is cBox
  622. with 
  623.     Flags is $00000150; 
  624.     Name is "f11"; 
  625.     Cursor is oFingerCursor; 
  626.     X is 1; Y is 455; 
  627.     Width is 162; Height is 28; 
  628.     
  629.     
  630.     Events is [
  631.         cMouseEnterEvent
  632.         with Flags is $00000004; 
  633.             Commands is [
  634.                 cShowCommand
  635.                 with Flags is $00000004; Target is ob1113; end
  636.             ];
  637.         end,
  638.         cMouseLeaveEvent
  639.         with Flags is $00000004; 
  640.             Commands is [
  641.                 cShowCommand
  642.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  643.             ];
  644.         end,
  645.         cMouseUpEvent
  646.         with Flags is $00000004; Flag is true; 
  647.             Commands is [
  648.                 cBrowseCommand
  649.                 with Flags is $00000004; URL is "e11.k"; end
  650.             ];
  651.         end
  652.     ];
  653. end;
  654.  
  655. object of1226 is cBox
  656. with 
  657.     Flags is $00000150; 
  658.     Name is "f12"; 
  659.     Cursor is oFingerCursor; 
  660.     X is 1; Y is 479; 
  661.     Width is 162; Height is 28; 
  662.     
  663.     
  664.     Events is [
  665.         cMouseEnterEvent
  666.         with Flags is $00000004; 
  667.             Commands is [
  668.                 cShowCommand
  669.                 with Flags is $00000004; Target is ob1214; end
  670.             ];
  671.         end,
  672.         cMouseLeaveEvent
  673.         with Flags is $00000004; 
  674.             Commands is [
  675.                 cShowCommand
  676.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  677.             ];
  678.         end,
  679.         cMouseUpEvent
  680.         with Flags is $00000004; Flag is true; 
  681.             Commands is [
  682.                 cBrowseCommand
  683.                 with Flags is $00000004; URL is "e12.k"; end
  684.             ];
  685.         end
  686.     ];
  687. end;
  688.  
  689. object oInternet27 is cBox
  690. with 
  691.     Flags is $00000150; 
  692.     Name is "Internet"; 
  693.     Cursor is oEarthCursor; 
  694.     X is 259; Y is 540; 
  695.     Width is 193; Height is 19; 
  696.     
  697.     
  698.     Events is [
  699.         cMouseUpEvent
  700.         with Flags is $00000004; Flag is true; 
  701.             Commands is [
  702.                 cLaunchCommand
  703.                 with Flags is $00000004; URL is "http://www.foxsearchlight.com/thegoodgirl"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  704.             ];
  705.         end
  706.     ];
  707. end;
  708.  
  709. object ol128 is cBox
  710. with 
  711.     Name is "l1"; 
  712.     Cursor is oFingerCursor; 
  713.     X is 261; Y is 501; 
  714.     Width is 72; Height is 14; 
  715.     
  716.     
  717.     Events is [
  718.         cMouseUpEvent
  719.         with Flag is true; 
  720.             Commands is [
  721.                 cIfCookieCommand
  722.                 with CookieName is "zique"; Value is "oui"; 
  723.                     Commands is [
  724.                         cTokenCommand
  725.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  726.                     ];
  727.                 end,
  728.                 cBrowseCommand
  729.                 with URL is "f3.k"; end
  730.             ];
  731.         end
  732.     ];
  733. end;
  734.  
  735. object ol129 is cBox
  736. with 
  737.     release Editor:
  738.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  739.     end;
  740.     Name is "l1"; 
  741.     Cursor is oFingerCursor; 
  742.     X is 227; Y is 518; 
  743.     Width is 80; Height is 20; 
  744.     
  745.     
  746.     Events is [
  747.         cMouseUpEvent
  748.         with Flag is true; 
  749.             Commands is [
  750.                 cIfCookieCommand
  751.                 with CookieName is "zique"; Value is "oui"; 
  752.                     Commands is [
  753.                         cTokenCommand
  754.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  755.                     ];
  756.                 end,
  757.                 cBrowseCommand
  758.                 with URL is "f1.k"; end
  759.             ];
  760.         end
  761.     ];
  762. end;
  763.  
  764. object ol139 is cBox
  765. with 
  766.     Flags is $00000150; 
  767.     Name is "l1"; 
  768.     Cursor is oFingerCursor; 
  769.     X is 307; Y is 518; 
  770.     Width is 80; Height is 20; 
  771.     
  772.     
  773.     Events is [
  774.         cMouseUpEvent
  775.         with Flags is $00000004; Flag is true; 
  776.             Commands is [
  777.                 cIfCookieCommand
  778.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  779.                     Commands is [
  780.                         cTokenCommand
  781.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  782.                     ];
  783.                 end,
  784.                 cBrowseCommand
  785.                 with Flags is $00000004; URL is "f14.k"; end
  786.             ];
  787.         end
  788.     ];
  789. end;
  790.  
  791. object oBouton_Fiche30 is cImage
  792. with 
  793.     Flags is $00000400; 
  794.     Name is "Bouton Fiche"; 
  795.     Shown is false; Cursor is oFingerCursor; 
  796.     X is 167; Y is 573; 
  797.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  798.     
  799.     URL is "data/Images/%E9cran%20fiche.jpg"; URLOption is GetDiskURL; 
  800.     
  801.     
  802.     Events is [
  803.         cMouseEnterEvent
  804.         with 
  805.             Commands is [
  806.                 cShowCommand
  807.                 with Target is oTargetSelf; end
  808.             ];
  809.         end,
  810.         cMouseLeaveEvent
  811.         with 
  812.             Commands is [
  813.                 cShowCommand
  814.                 with Target is oTargetSelf; Mode is Clear; end
  815.             ];
  816.         end,
  817.         cMouseUpEvent
  818.         with Flag is true; 
  819.             Commands is [
  820.                 cShowCommand
  821.                 with Target is oFiche_Technique35; Mode is Toggle; end,
  822.                 cEnableCommand
  823.                 with Target is oFiche_Technique35; Mode is Toggle; end
  824.             ];
  825.         end
  826.     ];
  827. end;
  828.  
  829. object oBouton_Imprimer31 is cImage
  830. with 
  831.     Flags is $00000400; 
  832.     Name is "Bouton Imprimer"; 
  833.     Shown is false; Cursor is oFingerCursor; 
  834.     X is 321; Y is 573; 
  835.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  836.     
  837.     URL is "data/Images/%E9cran%20imprimer.jpg"; URLOption is GetDiskURL; 
  838.     
  839.     
  840.     Events is [
  841.         cMouseEnterEvent
  842.         with 
  843.             Commands is [
  844.                 cShowCommand
  845.                 with Target is oTargetSelf; end
  846.             ];
  847.         end,
  848.         cMouseLeaveEvent
  849.         with 
  850.             Commands is [
  851.                 cShowCommand
  852.                 with Target is oTargetSelf; Mode is Clear; end
  853.             ];
  854.         end,
  855.         cMouseUpEvent
  856.         with Flag is true; 
  857.             Commands is [
  858.                 cPrintCommand
  859.                 with Target is oTexte_RTF36; end
  860.             ];
  861.         end
  862.     ];
  863. end;
  864.  
  865. object oBouton_Sommaire32 is cImage
  866. with 
  867.     Flags is $00000400; 
  868.     Name is "Bouton Sommaire"; 
  869.     Shown is false; Cursor is oFingerCursor; 
  870.     X is 13; Y is 573; 
  871.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  872.     
  873.     URL is "data/Images/%E9cran%20somm.jpg"; URLOption is GetDiskURL; 
  874.     
  875.     
  876.     Events is [
  877.         cMouseEnterEvent
  878.         with 
  879.             Commands is [
  880.                 cShowCommand
  881.                 with Target is oTargetSelf; end
  882.             ];
  883.         end,
  884.         cMouseLeaveEvent
  885.         with 
  886.             Commands is [
  887.                 cShowCommand
  888.                 with Target is oTargetSelf; Mode is Clear; end
  889.             ];
  890.         end,
  891.         cMouseUpEvent
  892.         with Flag is true; 
  893.             Commands is [
  894.                 cIfCookieCommand
  895.                 with CookieName is "zique"; Value is "oui"; 
  896.                     Commands is [
  897.                         cTokenCommand
  898.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  899.                     ];
  900.                 end,
  901.                 cBrowseCommand
  902.                 with URL is "sommaire.k"; end
  903.             ];
  904.         end
  905.     ];
  906. end;
  907.  
  908. object oBouton_Photos33 is cImage
  909. with 
  910.     Flags is $00000150; 
  911.     Name is "Bouton Photos"; 
  912.     Shown is false; Cursor is oFingerCursor; 
  913.     X is 475; Y is 573; 
  914.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  915.     
  916.     URL is "data/Images/%E9cran%20photo.jpg"; URLOption is GetDiskURL; 
  917.     
  918.     
  919.     Events is [
  920.         cMouseEnterEvent
  921.         with Flags is $00000004; 
  922.             Commands is [
  923.                 cShowCommand
  924.                 with Flags is $00000004; Target is oTargetSelf; end
  925.             ];
  926.         end,
  927.         cMouseLeaveEvent
  928.         with Flags is $00000004; 
  929.             Commands is [
  930.                 cShowCommand
  931.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  932.             ];
  933.         end,
  934.         cMouseUpEvent
  935.         with Flags is $00000004; Flag is true; 
  936.             Commands is [
  937.                 cBrowseCommand
  938.                 with Flags is $00000004; URL is "e11s.k"; end
  939.             ];
  940.         end
  941.     ];
  942. end;
  943.  
  944. object oBouton_Vid_o34 is cImage
  945. with 
  946.     Flags is $00000400; 
  947.     Name is "Bouton Vid\$E9o"; 
  948.     Shown is false; Cursor is oFingerCursor; 
  949.     X is 629; Y is 573; 
  950.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  951.     
  952.     URL is "data/Images/%E9cran%20vid%E9o.jpg"; URLOption is GetDiskURL; 
  953.     
  954.     
  955.     Events is [
  956.         cMouseEnterEvent
  957.         with 
  958.             Commands is [
  959.                 cShowCommand
  960.                 with Target is oTargetSelf; end
  961.             ];
  962.         end,
  963.         cMouseLeaveEvent
  964.         with 
  965.             Commands is [
  966.                 cShowCommand
  967.                 with Target is oTargetSelf; Mode is Clear; end
  968.             ];
  969.         end,
  970.         cMouseUpEvent
  971.         with Flag is true; 
  972.             Commands is [
  973.                 cRunCommand
  974.                 with Target is ovid_o37; Mode is Clear; end,
  975.                 cEnableCommand
  976.                 with Target is ovid_o37; Mode is Clear; end,
  977.                 cShowCommand
  978.                 with Target is ovid_o37; Mode is Clear; end,
  979.                 cDragCommand
  980.                 with Target is ovid_o37; Mode is DragTo; end,
  981.                 cGrowCommand
  982.                 with Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  983.                 cShowCommand
  984.                 with Target is ovid_o37; end,
  985.                 cEnableCommand
  986.                 with Target is ovid_o37; end,
  987.                 cRunCommand
  988.                 with Target is ovid_o37; Rewind is true; end,
  989.                 cEnableCommand
  990.                 with Target is oglobal38; end
  991.             ];
  992.         end
  993.     ];
  994. end;
  995.  
  996. object oFiche_Technique35 is cImage
  997. with 
  998.     Flags is $00000150; 
  999.     Name is "Fiche Technique"; 
  1000.     Region is {$FFFF000A,$00010000,$01AC0188};
  1001.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  1002.     X is 132; Y is 41; 
  1003.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1004.     
  1005.     URL is "data/Images/t11.jpg"; URLOption is GetDiskURL; 
  1006.     
  1007.     
  1008.     Events is [
  1009.         cMouseUpEvent
  1010.         with Flags is $00000004; Flag is true; 
  1011.             Commands is [
  1012.                 cShowCommand
  1013.                 with Flags is $00000004; Target is oFiche_Technique35; Mode is Clear; end,
  1014.                 cEnableCommand
  1015.                 with Flags is $00000004; Target is oFiche_Technique35; Mode is Clear; end
  1016.             ];
  1017.         end
  1018.     ];
  1019. end;
  1020.  
  1021. object oTexte_RTF36 is cRTFText
  1022. with 
  1023.     Flags is $00000550; 
  1024.     Name is "Texte RTF"; 
  1025.     Enabled is false; Shown is false; 
  1026.     Y is -160; 
  1027.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1028.     
  1029.     URL is "../Textes/s11.rtf"; 
  1030.     
  1031.     
  1032. end;
  1033.  
  1034. object ovid_o37 is cMPEGMovie
  1035. with 
  1036.     Flags is $00000154; 
  1037.     Name is "vid\$E9o"; 
  1038.     Shown is false; Cursor is oFingerCursor; 
  1039.     X is 599; Y is 418; 
  1040.     Width is 192; Height is 144; 
  1041.     
  1042.     URL is "data/Videos/s11.mpg"; URLOption is GetDiskURL; 
  1043.     Events is [
  1044.         cMouseUpEvent
  1045.         with Flags is $00000004; Flag is true; 
  1046.             Commands is [
  1047.                 cRunCommand
  1048.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1049.                 cShowCommand
  1050.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1051.                 cEnableCommand
  1052.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1053.                 cDragCommand
  1054.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  1055.                 cGrowCommand
  1056.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1057.                 cShowCommand
  1058.                 with Flags is $00000004; Target is ovid_o37; end,
  1059.                 cEnableCommand
  1060.                 with Flags is $00000004; Target is ovid_o37; end,
  1061.                 cRunCommand
  1062.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1063.                 cEnableCommand
  1064.                 with Flags is $00000004; Target is oglobal38; end
  1065.             ];
  1066.         end,
  1067.         cFinishedEvent
  1068.         with Flags is $00000004; 
  1069.             Commands is [
  1070.                 cPixelTool_IfSystemCommand
  1071.                 with Flags is $00000004; 
  1072.                     Commands is [
  1073.                         cDragCommand
  1074.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1075.                         cGrowCommand
  1076.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1077.                         cEnableCommand
  1078.                         with Flags is $00000004; Target is oglobal38; Mode is Clear; end,
  1079.                         cShowCommand
  1080.                         with Flags is $00000004; Target is ovid_o37; end,
  1081.                         cEnableCommand
  1082.                         with Flags is $00000004; Target is ovid_o37; end,
  1083.                         cRunCommand
  1084.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1085.                     ];
  1086.                 end,
  1087.                 cPixelTool_IfSystemCommand
  1088.                 with Flags is $00000004; SetMode is IsWinTest; 
  1089.                     Commands is [
  1090.                         cDragCommand
  1091.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1092.                         cGrowCommand
  1093.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1094.                         cEnableCommand
  1095.                         with Flags is $00000004; Target is oglobal38; Mode is Clear; end,
  1096.                         cShowCommand
  1097.                         with Flags is $00000004; Target is ovid_o37; end,
  1098.                         cEnableCommand
  1099.                         with Flags is $00000004; Target is ovid_o37; end,
  1100.                         cRunCommand
  1101.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1102.                     ];
  1103.                 end
  1104.             ];
  1105.         end
  1106.     ];
  1107. end;
  1108.  
  1109. object oglobal38 is cBox
  1110. with 
  1111.     Flags is $00000154; 
  1112.     Name is "global"; 
  1113.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1114.     
  1115.     Width is 800; Height is 600; 
  1116.     
  1117.     
  1118.     Events is [
  1119.         cMouseUpEvent
  1120.         with Flags is $00000004; Flag is true; 
  1121.             Commands is [
  1122.                 cPixelTool_IfSystemCommand
  1123.                 with Flags is $00000004; 
  1124.                     Commands is [
  1125.                         cRunCommand
  1126.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1127.                         cEnableCommand
  1128.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1129.                         cShowCommand
  1130.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1131.                         cEnableCommand
  1132.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1133.                         cDragCommand
  1134.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1135.                         cGrowCommand
  1136.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1137.                         cShowCommand
  1138.                         with Flags is $00000004; Target is ovid_o37; end,
  1139.                         cRunCommand
  1140.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1141.                         cEnableCommand
  1142.                         with Flags is $00000004; Target is ovid_o37; end
  1143.                     ];
  1144.                 end,
  1145.                 cPixelTool_IfSystemCommand
  1146.                 with Flags is $00000004; SetMode is IsWinTest; 
  1147.                     Commands is [
  1148.                         cShowCommand
  1149.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1150.                         cRunCommand
  1151.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1152.                         cEnableCommand
  1153.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1154.                         cEnableCommand
  1155.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1156.                         cDragCommand
  1157.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1158.                         cGrowCommand
  1159.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1160.                         cShowCommand
  1161.                         with Flags is $00000004; Target is ovid_o37; end,
  1162.                         cRunCommand
  1163.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1164.                         cEnableCommand
  1165.                         with Flags is $00000004; Target is ovid_o37; end
  1166.                     ];
  1167.                 end
  1168.             ];
  1169.         end
  1170.     ];
  1171. end;